home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / pktdrvs.zip / CHANGES.DOC < prev    next >
Text File  |  1992-01-17  |  29KB  |  560 lines

  1. Summary of changes in the 10.x release:
  2.  
  3.     Support is now available (see SUPPORT.DOC).
  4.     New drivers: ARCEther, AT&T_LP, David Systems, EtherSLIP,
  5.         ICL EtherTeam16 (formerly Nokia Data), Intel EtherExpress,
  6.         Multitech EN-301, nb (NetBIOS, now class 1)
  7.     New utilities: winpkt, pkttraf
  8.     Bugs fixed: ibmtoken, localtlk, depca, (multicast for all drivers),
  9.         (all 8390 drivers), ipxpkt, isolink, slip8250, termin, tiara.
  10.     Parameters changed! slip8250, tiara.
  11.  
  12. Versions:
  13.  
  14. If you already have an older packet driver, you may wish to upgrade.
  15. You should base this decision on the contents of the "Changes..."
  16. section below.  The major version (currently 10) goes up with every
  17. release.  The minor version (.x, different for every driver) goes up
  18. with every significant change in the device dependent part.  Some
  19. drivers, at&t, 3c507, 3c523, ncret105, ubnicps2, ni5210, and ni9210,
  20. all depend on 82586.asm, so they have a subminor version number which
  21. is the version of 82586.asm.  Some drivers, hppclan, ne1000, ne2000,
  22. 3c503, and wd8003e, all depend on 8390.asm, so they have a subminor
  23. version number which is the version of 8390.asm. If the minor version
  24. hasn't changed, then chances are very good that no significant bugs
  25. have been introduced.  Sometimes the file is changed without changing
  26. the version number.  This is done only when an identical change is
  27. made to all drivers to fix a bug that appears in every driver.
  28.  
  29. 3C501.ASM       version equ     2
  30. 3C503.ASM       version equ     4
  31. 3C505.ASM       version equ     1
  32. 3C507.ASM       version equ     0
  33. 3C523.ASM       version equ     1
  34. 82586.ASM       i82586_version  equ     2
  35. ARCNET.ASM      version equ     0
  36. AR450.ASM    version    equ    0
  37. AT&T.ASM        version equ     1
  38. GENERIC.ASM     version equ     0
  39. IPXPKT.ASM      version equ     2
  40. NCRET105.ASM    version equ     0
  41. ISOLAN.ASM      version equ     1
  42. LOCALTLK.ASM    version equ     2
  43. NB.ASM  version equ     3
  44. NI5010.ASM      version equ     2
  45. NE2000.ASM      version equ     4
  46. NI6510.ASM      version equ     1
  47. NI5210.ASM      version equ     2
  48. NTI16.ASM       version equ     0
  49. NI9210.ASM      version equ     0
  50. SLIP8250.ASM    version equ     5
  51. PKTADDR.ASM     version equ     1
  52. PKTALL.ASM      version equ     0
  53. PKTCHK.ASM      version equ     1
  54. PKTMODE.ASM     version equ     1
  55. PKTMULTI.ASM    version equ     0
  56. PKTRING.ASM     version equ     0
  57. PKTSEND.ASM     version equ     1
  58. PKTSTAT.ASM     version equ     1
  59. DE600.ASM       version equ     0
  60. UBNICPC.ASM     version equ     1
  61. TRACE.ASM       version equ     0
  62. 8390.ASM        dp8390_version  equ     0
  63. WD8003E.ASM     version equ     7
  64. NE1000.ASM      version equ     5
  65. UBNICPS2.ASM    version equ     1
  66. DEPCA.ASM       version equ     0
  67. HPPCLAN.ASM     version equ     0
  68. NE2.ASM version equ     5
  69. EXPRESS.ASM     version equ     4
  70.  
  71.  
  72. Back issues:
  73.  
  74. Back issues of the packet drivers are available from Crynwr Software.
  75. See SUPPORT.DOC.
  76.  
  77.  
  78. Changes from version 9.x to 10.x of the drivers:
  79.  
  80. Markku Toijala <mto@xerver.icl.fi> submitted a packet driver for
  81.     the ICL EtherTeam16 (formerly Nokia Data).
  82. Markku Toijala <mto@xerver.icl.fi> submitted some fixes for
  83.     IBMTOKEN to make it cooperate with software sharing the TR adapter.
  84. The IBMTOKEN driver has the debug flag turned off.
  85. Chris Elmquist <elmquist@SSESCO.com> submitted a Multitech EN301 driver.
  86. Martin Wilmes <Q91@DHDURZ1.BITNET> submitted modifications to the ARCNET
  87.     driver to make it a simulated Ethernet driver, calling it ARCETHER.
  88. Michael Martineau <martinea@hawk.nstn.ns.ca> submitted modifications
  89.     to the SLIP8250 driver to make it a simulated Ethernet
  90.     driver, calling it ETHERSL.
  91. Russell Nelson <nelson%crynwr.com@uu.psi.com> wrote an Intel
  92.     EtherExpress driver.
  93. Mark K. Darby <mkd@mtung.att.com> wrote a driver for the new AT&T
  94.     adapters that use the AT&T T7231 Ethernet controller.
  95. Roger James <roger@bj.co.uk> wrote winpkt, which forces upcalls into the correct virtual machine.
  96. Marc Dye <unknown> wrote a driver under contract to David Systems Inc (DSI).
  97. Jeff Douglass <douglass@davidsys.com> submitted a driver for the
  98.     David Systems cards.
  99. Michael Martineau <martinea@hawk.nstn.ns.ca> changed the nb driver
  100.     from class 6 to class 1 by faking ARP.  It's now very useful
  101.     with Lantastic.  See NB.NOT.
  102. Jim Noble <noble_jim@po.gis.prc.com> submitted modifications to align
  103.     the LocalTalk packet driver with MacIP standards for IP over
  104.     LocalTalk; it also contains a few bug fixes including one
  105.     that caused the packet driver to report the wrong packet
  106.     address on the second receiver upcall.
  107. The 82586 drivers no longer do a TDR test.  It isn't reliable and just
  108.     confuses people when it fails.
  109. The 82586 drivers now test for a reasonable memory address.  This will catch
  110.     people who enter an absolute address such as 0xd0000 instead of a
  111.     segment address such as 0xd000.
  112. The DEPCA driver now works on the Rev. E DEPCAs, the DE-100, and the DE-200.
  113. The DEPCA driver no longer reports that it implements promiscuous mode.
  114.     Promiscuous mode didn't work and needs to be fixed.
  115. driver_info() always returned the first driver_class (BLUEBOOK) as
  116.     the class of the driver.  It now returns the driver class
  117.     of the handle that driver_info was called with.
  118. set_multicast_list() didn't pass the right number of values to the
  119.     driver-specific code.
  120. pktmulti added one junk multicast address for every real multicast address
  121.     it added.
  122. Glen Talbott submitted some improvements to the 8390.asm and
  123.     head.asm to make it more reliable on fast machines.
  124. Glen Talbott noticed that the interrupt handler was being re-entered
  125.     due to a rare hardware problem, and added a semaphore to avoid
  126.     the re-entrancy.
  127. Glen Talbott improved the hppclan driver to support the HP 27247A.
  128. Ismo Salonen <ismo@cs.tut.fi> suggested increasing the ARCNET timeout.
  129. Alan Barrett <barrett@ee.und.ac.za> improved the IPXPKT driver.
  130. Gary Spanswick at BICC improved the isolan driver by adding
  131.     timeouts to its otherwise-infinite loops.
  132. Gary Spanswick at BICC fixed the "isolink" driver. The name "isolink"
  133.     is actually the name of a network OS, but we'll keep using it
  134.     anyway.
  135. Joe Doupnik <jrd@cc.usu.edu> fixed slip8250 by doing transmit in a busy-wait
  136.     loop.
  137. termin.com now uses a two-byte type code to keep dis_pkt happy.
  138. The tiara driver had its parameters backwards from its usage message
  139.     and from the convention set by other drivers.
  140.  
  141. Changes from version 8.x to 9.x of the drivers:
  142.  
  143. Some 8.x drivers complained about int_no needing to be greater than 2.
  144. Using the -n switch caused the driver to go deaf.
  145. The set_address() routine was broken.
  146. The set_rcv_mode() routine no longer returns an error if the requested
  147.     mode is the same as the current mode.
  148. Some NE1000 manufacturers use invalid manufacturer codes in their
  149.     Ethernet addresses.  They are invalid because the multicast bit is
  150.     set.  The driver will reset the bit and whine at you about it.
  151. The wd8003e usage message didn't include the -o switch.  The error
  152.     message for non-responding memory mentioned IO addresses wrongly.
  153. Brian Fisher sent in code for the tiara driver to read the POS registers.
  154. Pktaddr, pktmode, and pktstat used to use a completely bogus packet type
  155.     of length 8.  That confused Joe Doupnik's dis_pkt (packet driver over
  156.     NDIS driver) converter.  I changed it to use a bogus type of
  157.     length 2.
  158. Mark Power <mpower@beowulf.his.uab.edu> found a few bugs in the ibmtoken
  159.     driver.
  160.  
  161.  
  162. Summary of changes in the 8.x release:
  163.  
  164.     New drivers: HP Ethertwist, 3Com EtherLink Plus, UB NIC/PS2,
  165.         ARLAN 450, NCR ET-105, D-Link DE-600, Mitel Express,
  166.         NE/2, DEPCA, BICC Isolink (4110-2/3) (buggy).
  167.     Bugs fixed: pktchk, 3c523, ibmtoken, tiara, ne2000, ubnicpc.
  168.     All class 1 drivers can also act as class 11 drivers.
  169.  
  170. Changes from version 7.x to 8.x of the drivers:
  171.  
  172. Russell Nelson wrote an HP Ethertwist driver.  This covers the HP27245
  173.     HP27250 HP27247 but not the HP27246 (MCA).  We could not get
  174.     the latter driver working by release time.
  175. Russell Nelson wrote a 3Com EtherLink Plus (3c507), UB NIC/PS2 driver,
  176.     ARLAN 450 driver, and NCR ET-105 driver.
  177. Glenn Talbott <gt@hprnd.rose.hp.com> suggested that the hardware be
  178.     terminated after the interrupt was masked off, to avoid
  179.     spurious interrupts during the termination process.
  180. D-Link donated a DE-600 driver.
  181. Dave Price wrote a Mitel Express (ISDN) packet driver.
  182. Eric Henderson wrote a NE/2 packet driver.
  183. Sylvan Butler fixed two bugs in ubnicpc.
  184. The handle check on get_address isn't necessary, and so was removed.  The 1.09
  185.     spec says that it's required, but that will be removed in the 1.10
  186.     spec, as I'm told.
  187. Doug Smith wrote a DEPCA packet driver, and Russell Nelson finished it
  188.     off.
  189. Russell Nelson and Tobias Reber fixed the 3c523 driver (yay!).
  190. Renamed ubnic to ubnicpc to make it clearer which adapter it's for.
  191. Reinhard Strebler added code to wd8003e to read the POS registers prior
  192.     to parsing the arguments.
  193. John A. Murphy fixed a problem in the 8390 driver whereby it could
  194.     lose the interrupt on an incoming packet.
  195. Gregory T Small found a bug in the packet interrupt verification (tail.asm).
  196. Bill Rust <wjr@ftp.com> rewrote the 8259a interrupt acknowledgement
  197.     code to use specific EOIs, which gets around the C&T bug (see
  198.     8259.not).
  199. There is a new helper file called printnum.asm, that prints a label,
  200.     then a dword number in hex, then in decimal.
  201. There is a new helper file called verifypi.asm, that verifies that a
  202.     packet driver exists at the given interrupt.
  203. A few messages were reworded for more clarity.
  204. The machine type (ISA versus MCA) is now determined before the call to
  205.     parse_args.  This is so that MCA drivers can read the POS
  206.     registers to supply defaults.
  207. The set_rcv_mode function will only change the receive mode if only one
  208.     handle is open.  This prevents Novell and KA9Q users from running a
  209.     netwatcher, which confuses both of them.
  210. All drivers for boards using the 82586 (see Versions above) have had
  211.     code added to compensate for some bugs in the 82586.
  212. Reinhard Strebler found a serious bug in the 82586 where it didn't
  213.     wait for the results of a command properly.  This fixes the bogus
  214.     TDR reports.
  215. All drivers for boards using the 8390 (see Versions above) have had
  216.     the 8390-specific code consolidated into a single file.
  217. Eric Henderson and Colin Cook's class 11 changes have been
  218.     incorporated.  They let a single driver appear as
  219.     multiple-class drivers.
  220. Russell Nelson modified their code so that packet watchers still get all
  221.     packets.
  222. Don Provan and Jan Engvald fixed a bug in the -n switch handling.
  223.     When -n is used, DIX Ethernet (aka Ethernet II aka Blue Book
  224.     Ethernet) frames shouldn't be passed on as-is.  Don's fix dropped
  225.     them, Jan's converted them to 8138 packets.  Jan's was a
  226.     better idea.
  227. The 3c503 driver has some code added to use the board in I/O-mapped
  228.     mode.  Unfortunately, there wasn't time to get it working.
  229.     It'll have to wait for the next release.
  230. The helper file movemem.asm will use 386 memory move instructions.
  231. The helper file getnum.asm didn't always reject invalid digits.
  232. Brian Fisher fixed ibmtoken to flush the RIF cache using a LRU algorithm.
  233. Russell Nelson cleaned up the multicast handling in the ni6510 driver.
  234. Russell Nelson worked on pktsend: didn't properly check for trashed
  235.     memory on machines with less than 640K.  Also prints the
  236.     address of the trashed memory. It also now prints 'R' when a
  237.     packet is received, and 'T' when a packet is transmitted.
  238. Denis DeLaroca changed the way the 16550A is detected in slip8250.asm.
  239. The tiara packet driver didn't work properly with the -n switch.
  240. The ne2000 packet driver didn't work properly with the -n switch.
  241. Russell Nelson cleaned up trace internally, no difference to the user.
  242. John Baird wrote some ipxpkt documentation.
  243.  
  244.  
  245. Changes from version 6.0 to 7.0 of the drivers:
  246.  
  247. Summary:
  248.     New drivers: UB PC/NIC, LocalTalk, Tiara, NTI.
  249.     Bugs fixed: 3c505, 3c503, wd8003e, nb, ne1000.
  250.     Bug found but not fixed: 3c523.
  251.  
  252. *** The 3c523 driver is semi-broken.***  If you run the 5.x release of
  253. the 3c523 driver (3c523_5), terminate it, then run the 7.x release (3c523),
  254. it will work.  This need only be done once after powering-up the computer.
  255. This will be fixed in the next release.
  256.  
  257. Drew Perkins made a bunch of changes:
  258.  
  259. pktsend now takes a length argument, (-l) so that you may send packets of a
  260.     given length with unknown contents.
  261. pktsend now skips blanks between the -f switch and the filename.
  262. pktsend now takes a packet count argument (-n) which is the count of packets
  263.     to send between keypresses.
  264. pktsend now takes a switch to be quiet (-q).
  265. pktsend now takes a switch (-a) to send using as_send_pkt, for testing of
  266.     asychronous packet sending.
  267. getnum now parses very large numbers correctly.
  268. wd8003d now has 16 bit support for the WD8013EBT card.  Also "high
  269.     performance" changes to WD8003E.ASM and HEAD.ASM.
  270. fixed hangs or other errors caused by incorrect function in some 8259
  271.     clone ICs.
  272. enabled slave interrupts on the master 8259.  Apparently some early IBM
  273.     BIOSes didn't do this.
  274.  
  275. John Mann submitted some code to delay the etopen and convert between
  276.     Novell's pseudo IEEE 802.3 packets and Ethernet packets.
  277. Jan Engvald made Mann's changes optional by adding two switches.
  278.     The -d switch delays the initialization, and the -n switch
  279.     converts Novell packets.  The n option converts the type 8137
  280.     packets from the BYU packet driver IPX into Novell ISO-like
  281.     packets. The d option delays initialization until it gets the
  282.     first call.  Together these options make it very easy to run
  283.     packet drivers in a PROM booted LAN PC.
  284. Jan Engvald improved the 3c501 and ni5010 drivers, which were only
  285.     implemented to look at the two bytes in the type field, and
  286.     for n-option to work one has to look at at least 4 bytes.
  287. Jan Engvald implemented Stop Function (8) that clears in use flags of
  288.     all handles.  See README.BOT for more details.
  289. Jan Engvald found and fixed a few coding errors in occupied.asm,
  290.     tail.asm and wd8003e.asm.
  291. John Mann improved the ne1000 driver.  It didn't handle large Ethernet packets
  292.     (between 1454 and 1472 bytes of data (total packet size 1496 and
  293.     1514 bytes).  He also changed a few hard-coded numbers into symbols.
  294. Katie Stevens wrote a LocalTalk driver.
  295. Katie Stevens added code to head.asm to prevent snarfing a hardware interrupt
  296.     if the packet driver doesn't use one.
  297. Anto Prijosoesilo, who fixed a bug related to DMA in the ni6510 driver.
  298. Paul Kranenburg added routing support to use Novell bridges (netwide
  299.     broadcasting and hacks to find out about IPX net addresses).
  300. Paul Kranenburg added support for IPX node address with less than 6
  301.     significant bytes.  (through the `-n <bytes>' command line
  302.     option).
  303. Paul Kranenburg added auxiliary program (ipxstat.c) to display route
  304.     table information and a couple of other statistics (define
  305.     STAT when compiling the driver to use this option)
  306. John Breeden found a bug in the AT&T driver where it didn't report
  307.     the type of an unknown card correctly.  He also added a new
  308.     card to the list of AT&T cards (StarLAN-10 R3).
  309. Russell Nelson fixed a problem in dump.exe where it reported the names
  310.     of function numbers >=20 incorrectly.
  311. Steve Wallace added a hack to let the packet drivers run under Windows.
  312.     This is not to be construed with the proper solution, which is
  313.     to write a TCP/IP package for Windows.  This hack is enabled only
  314.     when you use the '-w' switch.
  315. Russell Nelson added promiscuous mode to the ni5010 driver.
  316. Martin Knoblauch found that the ni5010 driver was resetting the receive
  317.     mode after each packet was received.
  318. Russell Nelson added code to 82586.asm to allow runts to be upcalled in
  319.     mode 6 (promiscuous mode).
  320. Eric Henderson added Carl Beame's fix to his ne1000 driver, and he also
  321.     copied the receive mode support from the wd8003e driver.
  322. Reinhard Strebler added a success message to termin.asm, and an error return
  323.     to the f_terminate call.
  324.  
  325.  
  326. Changes from version 5.0 to 6.0 of the drivers:
  327.  
  328. Summary:
  329.     New drivers: ni6510, at&t, arcnet, ipxpkt, nb, ne2000.
  330.     New utilities: pktmulti, pktsend, pktstat.
  331.     Bugs fixed: 3c505, 3c503, wd8003e.
  332.  
  333. Carl Beame found a bug in his National 8390 drivers which was also present
  334.     in the drivers based on the 3c503.  To wit, when the buffers
  335.     overflowed, there was a chance that there were no buffers present.
  336.     Trying to read one of these buffers would cause a crash.  This
  337.     affects the 3c503, wd8003e, and ne2000 drivers.
  338. James A. Harvey fixed a problem in the first beta test release that caused
  339.     some machines to incorrectly determine the number of interrupts,
  340.     and fixed the lockup problem in the 3c503.
  341. Russell Nelson changed the skeleton to enable compliance with version 1.09
  342.     of the packet driver spec.
  343. Russell Nelson wrote the following drivers: ni6510, at&t, and arcnet.
  344. Russell Nelson wrote the following utilities pktmulti, pktsend, pktstat.
  345. The following drivers now implement promiscuous mode: 3c501, 3c523, ni9210,
  346.     ni5210, at&t, ni6510, wd8003e.
  347. Jan Engvald enhanced HEAD.ASM to properly sense the second 8259a.
  348. Denis DeLaroca fixed the 16550a support in slip8250.asm.
  349. Glen Marianko's ROMREL program is now included for Novell users.
  350. All of the programs may be assembled with Borland or Microsoft (5.1) products.
  351. Some of the programs may be assembled with Microsoft v4.0 products.
  352. The set_address function refused to change the address if there was one or
  353.     more handles open.  One handle is allowable.
  354. The 3c501 driver now sends large broadcast packets (i.e. BOOTP) correctly.
  355. The routine get_multicast_list has been obsoleted by doing the same function
  356.     totally within HEAD.ASM
  357. The terminate routine now gets called on the f_terminate calls.
  358. f_terminate now checks for any outstanding handles before terminating.
  359. The parameters are now printed separately from being parsed.  This is to let
  360.     programs determine the parameters dynamically.
  361. The 3c503 driver was enabling interrupts when it shouldn't have.
  362. Some drivers would return a parameter error if some of the parameters
  363.     weren't specified.
  364. The bus type in 82586-based drivers is now a variable rather than an equate.
  365. The 82586-based drivers now have multicast partially implemented.
  366. The 3c523 driver reads the POS registers before parsing the parameters.
  367. The 82586-based drivers disable interrupts prior to being initialized.  Some
  368.     of these drivers would generate spurious interrupt, which caused
  369.     crashes when interrupt 2 was used.  The BIOS enables interrupt 2
  370.     automatically.
  371. The 82586-based drivers now sense the amount of memory automatically, even
  372.     though they still only use 8K.  This means no problems with 386
  373.     memory mappers.
  374. The maximum number of handles was increased from 8 to 10 (MAX_HANDLE).
  375. The .286 directive was removed from DEFS.ASM so that no 286 code accidentally
  376.     slips in.
  377. The function dispatch routine in HEAD.ASM was changed for version 1.09 of the
  378.     PDS.
  379. As promised in the version 4.x notes, the unique handle creation code went
  380.     away.
  381. If a driver sets int_no to zero, the timer interrupt won't get masked off. :-)
  382. Dave Horne changed the 3c503 driver into a ne2000 driver.
  383. Dave Horne changed the way upcalls are called so that the upcall handler can
  384.     exit using either a far return, or an iret.
  385. David E. Johnson fixed the 3c505 driver.
  386. Joe Doupnik improved HEAD.ASM by adding some comments and he brought it closer
  387.     into compliance with the PDS.  He also changed access_type so that it
  388.     would let driver users ask for all packets even though other driver
  389.     users were asking for some packets.
  390. Joe Doupnik added packet driver support to PC/IP's netwatch.
  391. Many useful subroutines were split out into separate files, rather than
  392.     being duplicated in every program that used them.  These routines
  393.     are in the public domain.
  394. The various packet driver clients (pkt*.com) were changed to use these
  395.     separate files.  They also now use a macro to call the packet driver.
  396.     They also report any and all errors that may occur.  They also ask
  397.     the driver for driver_info, then uses it to access_type.
  398. The packet receive tester, pktall, test to see if the driver is writing too
  399.     much or too little, or in memory that it doesn't own.
  400. SLIP8250 now requires a command-line switch to enable hardware handshake.
  401. TAIL.ASM now prints the arcnet address, if the driver is an arcnet driver.
  402. Jan Engvald improved the wd8003e driver:
  403. The wd8003e driver now supports the E EBT EB ET/A and E/A boards.
  404. The wd8003e memory base default was 0xc400 and is now 0xd000.
  405. The wd8003e driver supports multicast modes.
  406. The wd8003e driver has a better test for occupied memory, and a switch to
  407.     disable the occupied memory test in case it loses.
  408.  
  409.  
  410. Changes from version 4.0 to 5.0 of the drivers:
  411.  
  412. Summary: New: 3c505, ne1000, ni9210, ibmtoken.  Bugs fixed: all drivers.
  413.  
  414. Krishnan Gopalan and Gregg Stefancik wrote a packet driver for the 3c505.
  415. Brian Fisher wrote an "Ethernet" packet driver for the IBM Token Ring Adapter.
  416. Eric Henderson wrote a packet driver for Novell's NE1000.
  417. Russell Nelson modified ni5210 to be a ni9210 driver.  This entailed some
  418.     changes in 82586.asm.
  419. Russell Nelson wrote pktmode, a utility to set the receive mode.
  420. Russell Nelson wrote pktaddr, a utility to set the Ethernet address.
  421. Russell Nelson wrote pktall, a utility to help debug packet reception.
  422. Trace.com is a little bit more helpful about how to run it.
  423. Vance Morrison added starlan support to the wd8003e driver.
  424. Eric Henderson improved it.
  425. Deborah Swanberg noticed that the 3c503 driver didn't timeout properly
  426.     if there was a failure to complete a transmit.
  427. The set_address routine in the device dependent files now
  428.     returns the address length as it should have.
  429. Head.asm now keeps a copy of the hardware address set by set_address.  This is
  430.     used by f_get_address to return the current address.  The device
  431.     dependent get_address routine always returns the PROM address.
  432. The set_rcv_mode routine didn't work.  Not at all.
  433. The access_type routine returns more appropriate errors.
  434. The f_get_address routine wasn't passing the right address length to
  435.     get_address.
  436. Tail.asm now checks for extra parameters on the end of the line.
  437. Dan Lanciani added changes to ni5210 version 4.2 to increase reliability.
  438.     It works for him.  Unfortunately, I have had reports from other
  439.     people that it breaks Novell.  So, these changes are in "if DAN"
  440.     conditional assembly.  If your Novell connection gets dropped,
  441.     try reassembling ni5210 after setting "DAN equ 0" in 82586.asm
  442. Packet drivers for the NE2000 and UB NIC PC/2 are in the works, but don't
  443.     hold your breath.
  444. A packet driver for the Xircom pocket Ethernet adapter is undergoing testing.
  445. Jan Engvald found and fixed a bug in the wd8003e memory presence check.
  446.  
  447.  
  448. Changes from version 3.0 to 4.0 of the drivers:
  449.  
  450. Russell Nelson added code to enable interrupts in the body of the packet
  451.     driver.
  452. Denis DeLaRoca added hardware handshake to the SLIP8250 driver.
  453. John Grover optimized the SLIP8250 driver to work at 38.4 Kbps.
  454. Russell Nelson added some sanity checking to slip8250 to warn the user about
  455.     possible incorrect parameters.
  456. Bob Clements added a switch to select thick or thin Ethernet in the 3c503.
  457. Russell Nelson found a minor bug in NI5210 that caused it to fail to
  458.     initialize sometimes.  Thanks to everyone who reported it.
  459. Dan Lanciani found a race condition in the 80586 code common to the
  460.     NI5210 and 3c523 drivers.
  461. Russell Nelson split out the 82586 code from the NI5210 and 3c523 drivers
  462.     into a single file.
  463. Russell Nelson added memory address checking to NI5210.
  464. Glen M. Marianko devised a method for determining the memory size of the
  465.     NI5210 automagically.
  466. Jan Engvald enhanced the packet driver code for Western Digital Ethernet
  467.     cards to handle the micro channel version WD8003ET/A.
  468. Jan Engvald enhanced TAIL.ASM to return error codes to DOS.
  469. Jan Engvald enhanced HEAD.ASM to be aware of running on a MicroChannel bus.
  470. Rainer Toebbicke wrote the BICC Data Networks' ISOLAN 4110 ethernet driver.
  471. Russell Nelson wrote the packet driver tracer and dumper (trace.com and
  472.     dump.exe).
  473. Russell Nelson added support for set_rcv_mode, get_rcv_mode,
  474.     set_multicast_list, and get_multicast_list to the infrastructure.  It
  475.     is up to the individuals who wrote the individual drivers to add the
  476.     device-dependent support.
  477.  
  478.  
  479. Changes from version 2.0 to 3.0 of the drivers:
  480.  
  481. GNU General Public License adopted.  The restriction on commercial usage
  482.      prevented some companies from distributing the packet drivers.  This
  483.      is entirely my idea, so send any comments to nelson@clutx.clarkson.edu.
  484. 3c523 driver added, thanks to Dan Lanciani (ddl@harvard.edu).
  485. Gregg Stefanik (wstef@eng.clemson.edu) is working on a 3c505 driver.  Don't
  486.      bug him about it unless you're willing to be a alpha tester.
  487. User documentation added (DRIVERS.DOC).
  488. Brad Clements (no relation to Bob Clements) fixed the NI5210 driver so that
  489.      it will work with a MTU of 1500.
  490. The NI5210 now checks for shorts and opens before it starts up, thanks to
  491.      Brad.
  492. All memory-mapped packet drivers now check the packet length in send_pkt to
  493.      ensure that too-long packets get trapped.  All packet drivers will
  494.      work with MTUs of 1500 (plus 14 bytes of Ethernet header).
  495. Deborah Swanberg noticed that attach_type was returning NO_CLASS
  496.      when it meant to return NO_TYPE.
  497. She also noted that packet drivers weren't returning unique handles.  This
  498.      is only a problem with Phil Karn's code, as his code directs *every*
  499.      packet driver to the same receiver routine.  With non-unique handles,
  500.      it was impossible to tell which packet driver was upcalling the
  501.      receiver.  Unique handles are now generated, based on the starting
  502.      segment of the driver.  The latest version of Karn's code uses different
  503.      receiver routines, so the code to implement this will eventually go away.
  504. Tail.asm now prints the Ethernet address of the interface (if it is an Ethernet
  505.      class device)
  506. Micom has sold Interlan, and Racal has bought it, so perhaps the NI5210 is
  507.      now the Racal-Interlan NI5210?
  508. If anyone is interested in using the Zenith Z-100 with a SLIP packet driver, please
  509.      send me (Russell Nelson) mail.  I have it partially written, but will
  510.      probably never use it myself.
  511. WD8003E and 3c503 sped up slightly -- stole movemem from NI5210.
  512.  
  513.  
  514. Changes from version 3 to 2.0 of the drivers:
  515.  
  516. Version numbering now changed.  If the skeleton changes, the major version is
  517.      incremented and all the minor versions are reset to zero.
  518.  
  519. Support for version 1.08 of the packet driver spec included.
  520. Bob Clements' 3c503 driver added.  See README.503.
  521. Some comments improved.
  522. BAD_COMMAND checking code fixed.
  523. cld instructions added to ensure that DF=0.
  524. NI5210 sped up slightly -- look at movemem in ni5210.asm for an especially
  525.      fast routine to move memory around.
  526.  
  527.  
  528. Changes from version 2 to 3 of the drivers:
  529.  
  530. SLIP8250 can now be one of three classes: SLIP, AX.25, and KISS.
  531. Tail.asm now checks for a packet driver already at the given interrupt.
  532. Tail.asm now echoes its arguments in hex and decimal.
  533. Tail.asm will close stdout so that a file handle won't be used up in
  534.      case the user redirects stdout to NUL.
  535. Head.asm now supports driver termination.
  536. Termin.com added to terminate a driver.
  537. Head.asm now does a stack swap to avoid pushing too many things when
  538.      interrupting MS-LOSS.
  539.  
  540.  
  541. Changes from version 1 to 2 of the drivers:
  542.  
  543. !!  Arguments are now in decimal by default  !!  Use a 0x prefix for hex.
  544.  
  545. DEFS.ASM created.
  546. The loadport macro improved.
  547. SLIP8250 driver added, thanks for a C version from Phil Karn.
  548.      I've tried to put some 16550 support in, but I don't have one to
  549.      test it with.  The documentation insists the TBRE goes low when
  550.      the transmit buffer is not empty, while it makes sense for it to stay
  551.      high while the buffer is not full.  I suspect the documentation is
  552.      wrong.
  553. NI5010 driver added, thanks for a C version from Bill Doster.
  554. WD8003 driver added, by Bob Clements.
  555. Loadport macro added to WD8003 driver by Russell Nelson.
  556. Numeric arguments may now be specified in octal, decimal or hex, using the
  557.      C notation.
  558. Numeric arguments can now use up to 32 bits.
  559. Source files reformatted.
  560.